From f32799a939cadbb060c5bc98c02628b66665aa97 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 24 Aug 2002 18:35:58 +0000 Subject: [PATCH] Fix last change. --- src/eval.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/eval.c b/src/eval.c index b48fbd5fa2b..856ec8f4a48 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1,5 +1,5 @@ /* Evaluator for GNU Emacs Lisp interpreter. - Copyright (C) 1985, 86, 87, 93, 94, 95, 99, 2000, 2001 + Copyright (C) 1985, 86, 87, 93, 94, 95, 99, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -783,7 +783,8 @@ usage: (defvar SYMBOL &optional INITVALUE DOCSTRING) */) /* Simple (defvar ) should not count as a definition at all. It could get in the way of other definitions, and unloading this package could try to make the variable unbound. */ - + ; + return sym; } -- 2.30.2